-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QoL: Cleaning Proto Files #378
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #378 +/- ##
==========================================
+ Coverage 43.89% 43.98% +0.09%
==========================================
Files 233 231 -2
Lines 8742 8642 -100
==========================================
- Hits 3837 3801 -36
+ Misses 4664 4600 -64
Partials 241 241 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noticed a number of small inconsistencies, not sure if they are left for compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, down to the last few items!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. there are comments that we can clean up over time
Currently the protos are a mess. Some generated with Ignite before ignite handled data types that weren't strings, some generated by real humans who didn't have a "proto-standardization manual" in front of them.
From here on out we are adopting a protobuf styling standard following that of the Cosmos-SDK. Types will be clearly defined in Camel Case to match golang types, but fields in those types will be formatted with snake case to make them distinguishable from each other at a glance.